home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
FM Towns: Free Software Collection 4
/
FM Towns Free Software Collection 4 - Disc 1.iso
/
t_os
/
etv2
/
make.bat
< prev
Wrap
DOS Batch File
|
1991-10-18
|
206b
|
9 lines
run386 a:\bin\gas -o etv2.o etv2.a
if errorlevel 1 goto exit
run386 a:\bin\ld -N etv2.o
if errorlevel 1 goto exit
genexp a.out etv2.exp -stack 20
if errorlevel 1 goto exit
rem Complete!!
:exit